ADFA-5395 | Adopt build provenance in AI plugins and release pipeline - #88
Draft
jatezzz wants to merge 2 commits into
Draft
ADFA-5395 | Adopt build provenance in AI plugins and release pipeline#88jatezzz wants to merge 2 commits into
jatezzz wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.
Tip: disable this comment in your organization's Code Review settings.
jatezzz
force-pushed
the
feat/ADFA-5395-adopt-plugin-provenance
branch
from
September 7, 2026 21:23
74b3cbd to
d982781
Compare
Wire ${pluginVcsRevision}/${pluginBuildTimestamp} into the six AI manifests,
bump versions where history moved past them, and export PLUGIN_LIBS_REVISION
from update-libs.sh. Needs the libs/ refresh first, or the merger fails.
jatezzz
force-pushed
the
feat/ADFA-5395-adopt-plugin-provenance
branch
from
September 8, 2026 15:54
d982781 to
7d4caf4
Compare
hal-eisen-adfa
marked this pull request as draft
September 8, 2026 23:04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adopted build provenance placeholders across the AI plugins, documented the provenance contract, and integrated automated enforcement in the release pipeline.
${pluginVcsRevision}and${pluginBuildTimestamp}toAndroidManifest.xmlforai-core,ai-agent-gemini,ai-agent-local,ai-agent-mcp,ai-agent-openai, andget-ai-models.ai-agent-local,ai-core, andget-ai-models.scripts/update-libs.shto export a 12-characterPLUGIN_LIBS_REVISION.verify_provenancestep inscripts/update-libs.shto fail the build ifcgp-build.propertiesis missing or invalid.ndk-cmake.tar.xzinndk-installer-pluginand added it to.gitignoreto prevent persistent+dirtybuilds.ndk-installer-pluginbuild file to explicitly fail if the NDK asset is missing prior to assembly.CLAUDE.md.plugin-reviewskill rubric to check for missing or+dirtyprovenance in artifact submissions.Details
Screen_Recording_20260907_160809_Code.on.the.Go.mp4
Ticket
ADFA-5395
Observation
As noted in the new documentation inside
CLAUDE.md, thelibs_revisioneffectively maps to the commit before the "chore: update libs" commit. Ensure theupdate-libsaction has refreshedlibs/before building these plugins, or the manifest merger will fail outright.